@charset "utf-8";
/**********************
DEFAULT
***********************/

body {
	/*padding-top: 85px;*/
	font-family: '微软雅黑', serif;
	font-size: 15px;
	color: #4e4e4e;
	line-height: 30px;
	padding:0;
	margin:0
}

ul, ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, label, button, .btn {
	margin: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: '微软雅黑',arial,'Montserrat', sans-serif;
	text-transform: uppercase;
	display: block;
}

h1, .h1 {
	font-size: 40px;
	font-weight: 700;
	color: #f95353;
}

h2,
.h2 {
	font-size: 40px;
	font-weight: 400;
}

h2.section-title,
.h2.section-title {
	font-size: 30px;
	font-weight: 400;
	color: #f95353;
	margin-top: 115px;
}

.title-content > .subtitle,
.title-content > .subtitle {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	line-height: 30px;
	text-transform: uppercase;
}

.title-content {
	text-align: center;
}

.title-content p {
	margin-top: 50px;
}

h4, .h4 {
	font-size: 18px;
	font-weight: 400;
	color: #55565b;
}

a, a:hover, a:visited, a:focus, a:active {
	text-decoration: none;
	color: inherit;
}

section {
	position: relative;
	background-color: #ffffff;
}

.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}

/**********************
BUTTONS
***********************/

button,	.btn {
	border: 0;
	padding: 0;
	background: transparent;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	outline: none;
}

/*--------------------------
Remove button shift on click
in Internet Explorer
--------------------------*/
button > * {
	position: relative;
}

.btn-default {
	padding: 9px 0;
	width: 230px;
	text-transform: uppercase;
	font-size: 15px;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	outline: none;
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -ms-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn-default:before{
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    -ms-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-default:hover:before, 
.btn-default:focus:before, 
.btn-default:active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.btn-default.green-white {
	color: #ffffff;
	background-color: #56c553;
}

.btn-default.green-white:hover,
.btn-default.green-white.active.focus, 
.btn-default.green-white.active:focus, 
.btn-default.green-white.active:hover, 
.btn-default.green-white:active.focus, 
.btn-default.green-white:active:focus, 
.btn-default.green-white:active:hover {
	color: #56c553;
	box-shadow: none;
	outline: none;
}

.btn-default.red-white {
	color: #ffffff;
	background-color: #f85252;
}

.btn-default.red-white:hover,
.btn-default.red-white.active.focus, 
.btn-default.red-white.active:focus, 
.btn-default.red-white.active:hover, 
.btn-default.red-white:active.focus, 
.btn-default.red-white:active:focus, 
.btn-default.red-white:active:hover {
	color: #f85252;
	box-shadow: none;
	outline: none;
}

/**********************
ICON FONT
***********************/

.ico, .fa {
	color: #ffffff;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.ico:hover,
.ico:focus,
.fa:hover,
.fa:focus {
	color: #ffffff;
}

/**********************
NAVIGATION
***********************/

#main-navigation.navbar {
	min-height: 116px;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 0;
	border-bottom: none;
}

#main-navigation.navbar-default {
	background-color: #161718;
}

#main-navigation .navbar-brand {
	height: 85px;
	padding: 26px 25px 26px 0;
}

#main-navigation .navbar-brand img {
	max-height: 56px;
}

.navbar-default .navbar-nav>li>a {
	font-family: '微软雅黑',arial,'Montserrat', sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #ffffff;
	padding: 55px 16px 33px;
}

#main-navigation.navbar-default .navbar-nav>li>a:focus, 
#main-navigation.navbar-default .navbar-nav>li>a:hover {
	color: #D9AE48;
	background-color: transparent;
}

#main-navigation.navbar-default .navbar-nav>.active>a, 
#main-navigation.navbar-default .navbar-nav>.active>a:focus, 
#main-navigation.navbar-default .navbar-nav>.active>a:hover {
	color: #D9AE48;
	background-color: transparent;
}

#main-navigation .navbar-form {
	position: relative;
	margin: 0;
	padding: 45px 0 23px;
	font-size: 0.1px;
	overflow: hidden;
	border-color: transparent;
}

#main-navigation .navbar-form .btn-search {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	border: 1px solid transparent;
	box-sizing: border-box;
	margin: 0;
	background: transparent;
	font-size: 14px;
	text-align:right
}

#main-navigation .navbar-form .btn-search .ico-search-icon {
	color: #ffffff;
}

#main-navigation .navbar-form .btn-search:hover .ico-search-icon,
#main-navigation .navbar-form .btn-search .ico-search-icon.text-green {
	color: #D9AE48;
}
#main-navigation .navbar-form .btn-search .ico-search-icon.text-green {
	display:none
}
#main-navigation .navbar-form #btn-submitsearch {
	display: inline-block;
	background: none;
	width:15px;
}

#main-navigation .navbar-form .search-submit {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 15px;
	margin-right: -15px;
	-moz-transition: margin-right 0.3s ease-in-out;
	-webkit-transition: margin-right 0.3s ease-in-out;
	transition: margin-right 0.3s ease-in-out;

}

#main-navigation .navbar-form #btn-submitsearch:focus .ico-search-icon,
#main-navigation .navbar-form #btn-submitsearch:active .ico-search-icon {
	color: #161718;
}



#main-navigation .navbar-form .search-input {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin-right: -200px;
	-moz-transition: margin-right 0.3s ease-in-out;
	-webkit-transition: margin-right 0.3s ease-in-out;
	transition: margin-right 0.3s ease-in-out;
}

#main-navigation .navbar-form .search-input.search-active {
	margin-right: 0;
	border:#333 1px solid
}

#main-navigation .navbar-form input {
	display: inline-block;
	width: 200px;
	font-family: '微软雅黑', sans-serif;
	font-size: 15px;
	color: #ffffff;
	background: transparent;
	border: 1px solid transparent;
	padding: 5px 10px 4px;
}

#main-navigation .navbar-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  /*font-style: italic;*/
}
#main-navigation .navbar-form input::-moz-placeholder { /* Firefox 19+ */
  font-style: italic;
}
#main-navigation .navbar-form input:-ms-input-placeholder { /* IE 10+ */
  font-style: italic;
}
#main-navigation .navbar-form input:-moz-placeholder { /* Firefox 18- */
  font-style: italic;
}

#main-navigation .navbar-form .btn-search:focus,
#main-navigation .navbar-form .btn-search:active,
#main-navigation .navbar-form input:focus,
#main-navigation .navbar-form input:active {
	outline: none;
}

#main-navigation.navbar-fixed-top .navbar-collapse {
	max-height: 420px;
}

#main-navigation .navbar-toggle {
	background: transparent;
	margin-top: 26px;
	margin-bottom: 26px;
	border: none;
	border-radius: 0;
}

#main-navigation .navbar-toggle:hover,
#main-navigation .navbar-toggle:focus {
	background: transparent;
}

#main-navigation .navbar-toggle .icon-bar {
	width: 22px;
	background: #57c654;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#main-navigation .navbar-toggle.collapsed .icon-bar {
	background: #ffffff;
}

.navbar-toggle .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggle .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

/**********************
HOME SECTION
***********************/

#home {
	height: 715px;
}

.carousel {
	width: 100%;
	height: 100%;
}

.carousel .item {
	height: 715px;
	background: url("../img/slider_background.jpg") center center no-repeat;
	background-size: cover;
}

.carousel .item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(22, 23, 24, 0.8);
}

.carousel-caption {
	padding: 0;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}

.carousel-caption p {
	max-width: 500px;
	margin: 52px auto 0;
}

.carousel-caption .btn-default {
	margin-top: 58px;
}

.carousel-control {
	text-align: left;
}

.carousel-control.left,
.carousel-control.right {
	background-image: none;
	background-repeat: no-repeat;
	opacity: 1;
}

.carousel-control.left:hover .ico,
.carousel-control.right:hover .ico {
	color: #57c654;
}

.carousel-control .ico {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/**********************
SERVICES SECTION
***********************/

#services {
	padding: 115px 0;
	text-align: center;
}

#services>.container>.row:last-of-type {
	margin-top: 30px;
}

#services .punchbox {
	padding: 90px 60px 65px;
	color: #605f65;
	text-align: left;
	line-height: 1;
}

#services .punchline {
	text-transform: none;
	font-family: 'Lora', serif;
	font-size: 15px;
}

#services .punchline span {
	display: block;
}

#services .punchline span:nth-of-type(1) {
	font-size: 33px;
}

#services .punchline span:nth-of-type(2) {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 50px;
	color: #f95353;
	margin-top: 16px;
}

#services .punchline span:nth-of-type(3) {
	font-size: 20px;
	font-style: italic;
	margin-top: 26px;
}

#services .service {
	padding: 91px 45px 70px;
	background: #f7f7f7;
	cursor: pointer;
	-moz-transition: background 0.3s ease-in-out;
	-webkit-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}

#services .service:hover {
	color: #ffffff;
	background: #56c553;
}

#services .service:hover h4,
#services .service:hover .service-link {
	color: #ffffff;
}

#services .service h4 {
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#services .service p {
	margin-top: 25px;
	line-height: 1.5;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#services .service .service-link {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	display: inline-block;
	color: #f95353;
	margin-top: 30px;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#services .service .service-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #ffffff;
    -moz-transition: width 0.3s ease-in-out;
	-webkit-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
}

#services .service .service-link:hover::after {
    width: 100%;
}


/**********************
VIDEO SECTION
***********************/

#video {
	background: url(../img/video_background.png) center center no-repeat;
	background-size: cover;
	min-height: 670px;
	color: #ffffff;
}

#video .logo-img {
	width: 85px;
	height: 85px;
	display: block;
	margin: 210px auto 0;
}

#video .section-title {
	margin-top: 55px;
}

#video .title-content p {
	margin-top: 30px;
}

/****** VIDEO *****/

#video-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}

#video-container.is-active {
	background: url(../img/video_background.png) center no-repeat;
	background-size: cover;
}

#video-player {
	max-width: 100%;
	height: 100%;
	background: url(../img/transparent.png);
}

/***** Video Controls *****/

#video-controls {
	position: absolute;
	width: 100%;
	max-width: 570px;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: rgba(0,0,0,0.5);
	font-size: 0.1px;
	padding: 5px 15px 0;
	box-sizing: border-box;
	/* Hide if browser doesnt support js or video */
	display: none;
}

#video-controls li {
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
}

#video-controls button {
	color: #ffffff;
	background: transparent;
	border: none;
	padding: 8px 10px;
	outline: none;
}

#video-progress {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
}

#video-progress {
	background: #ffffff;
	color: #f95353;
	border: none;
}

#video-progress-bar {
	background: #f95353;
	color: #f95353;
	border: none;
}

#video-progress::-webkit-progress-bar {
	background: #ffffff;
	color: #f95353;
}
#video-progress::-webkit-progress-value {
	background: #f95353;
	color: #f95353;
} 
#video-progress::-moz-progress-bar {
	background: #f95353;
	color: #f95353;
}

#video-progress::-ms-fill {
    border: none;
}

#video-progress[value="100"]::-ms-fill {
    background-color: #ffffff;
}

#video-controls .volume-control {
	padding-right: 10px;
	-moz-transition: width 0.3s ease-in-out;
	-webkit-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
}

#video-controls .volume-control:hover .volume-slider {
	width: 50px;
	opacity: 1;
	visibility: visible;
}

.volume-control #mute {
	min-width: 35px;
	padding-right: 0;
	vertical-align: middle;
	font-size: 25px;
	text-align: left;
}

.volume-control #mute:hover > .fa {
	color: #f95353;
}

.volume-slider {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	width: 0;
	opacity: 0;
	visibility: hidden;
	-moz-transition: width 0.2s ease-in-out;
	-webkit-transition: width 0.2s ease-in-out;
	transition: width 0.2s ease-in-out;
}

.volume-slider > input {
	padding: 0;
	height: 100%;
	cursor: pointer;
}

/**** VOLUME BAR CUSTOM CSS *****/

input[type=range].volume-bar {
  -webkit-appearance: none;
  width: 100%;
  margin: 4.5px 0;
}
input[type=range].volume-bar:focus {
  outline: none;
}
input[type=range].volume-bar::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  box-shadow: none;
  background: #ffffff;
  border-radius: 3px;
  border: none;
}
input[type=range].volume-bar::-webkit-slider-thumb {
  box-shadow: none;
  border: none;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background: #f95353;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4.5px;
}
input[type=range].volume-bar:focus::-webkit-slider-runnable-track {
  background: #ffffff;
}
input[type=range].volume-bar::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  box-shadow: none;
  background: #ffffff;
  border-radius: 3px;
  border: none;
}
input[type=range].volume-bar::-moz-range-thumb {
  box-shadow: none;
  border: none;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background: #f95353;
  cursor: pointer;
}
input[type=range].volume-bar::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range].volume-bar::-ms-fill-lower {
  background: #ffffff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
}
input[type=range].volume-bar::-ms-fill-upper {
  background: #ffffff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
}
input[type=range].volume-bar::-ms-thumb {
  box-shadow: none;
  border: none;
  height: 12px;
  width: 12px;
  border-radius: 12px;
  background: #f95353;
  cursor: pointer;
  height: 3px;
}
input[type=range].volume-bar::-ms-tooltip {
	display: none;
}
input[type=range].volume-bar:focus::-ms-fill-lower {
  background: #ffffff;
}
input[type=range].volume-bar:focus::-ms-fill-upper {
  background: #ffffff;
}

/**** VOLUME BAR CUSTOM CSS *****/

#share-video {
	font-size: 22px;
}

#playpause:hover > .fa {
	color: #f95353;
}

#playpause > .fa {
	min-width: 36px;
	vertical-align: middle;
	font-size: 25px;
}

#share-video.is-active > .ico {
	color: #f95353;
}

#video-controls .share-social {
	position: absolute;
	top: 55px;
	right: 0;
	padding: 8px 10px;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	z-index: -1;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#video-controls .share-social.is-active {
	top: -45px;
	opacity: 1;

}

#video-controls .share-social a {
	padding: 5px;
	margin: 0 5px;
}

#video-controls .share-social a.-facebook:hover > .ico {
	color: #3b5998;
}

#video-controls .share-social a.-twitter:hover > .ico {
	color: #00b6f1;
}

#video-controls .share-social a.-google-plus:hover > .ico {
	color: #df4a32;
}

#video-controls #video-timer {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
}


#video-controls .ico {
	vertical-align: middle;
}

#video-controls .ico:hover {
	color: #f95353;
}

#video-controls .controls-mid {
	position: absolute;
	top: 4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

/***** Video falback text *****/

.video-fallback {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../img/video_background.png) center no-repeat;
	background-size: cover;
}

.video-fallback .text {
	position: absolute;
	width: 80%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 20px;
	line-height: 1.6;
	color: #ffffff;
	background: rgba(0,0,0,0.5);
	padding: 15px 25px;
}

.video-fallback .download {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #f95353;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.video-fallback .download::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #f95353;
    -moz-transition: width 0.3s ease-in-out;
	-webkit-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
}

.video-fallback .download:hover::after {
    width: 100%;
}

/**********************
WORKS SECTION
***********************/

#works-navigation {
	margin: 48px auto 0;
	text-align: center;
}

#works-navigation .navbar-nav {
	display: inline-block;
	float: none;
}

#works-navigation .navbar-nav>li>.filter {
	position: relative;
	margin: 0 15px; 
	padding: 15px 5px;
	background: transparent;
	color: #55565b;
	border: none;
	outline: none;
	box-shadow: none;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#works-navigation .navbar-nav>li>.filter:hover {
	color: #f85252;
}

#works-navigation .navbar-nav>li>.filter:after {
	content: '';
	position: absolute;
    display: block;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #f85252;
    -moz-transition: width 0.3s ease-in-out;
	-webkit-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
}

#works-navigation .navbar-nav>li>.filter.mixitup-control-active:after, 
#works-navigation .navbar-nav>li>.filter.mixitup-control-active:hover:after, 
#works-navigation .navbar-nav>li>.filter.mixitup-control-active:focus:after {
	 width: 100%;
}


.works-container {
	margin-top: 58px;
}

/***** GRID *****/

.grid {
	overflow: hidden;
}

.grid-sizer,
.grid-item {
	width: 10%;
}

.grid-item {
	position: relative;
	float: left;
	overflow: hidden;
	cursor: pointer;
}

.grid-item > .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(22, 23, 24, 0.8);
	-webkit-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	opacity: 0;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.grid-item:hover > .overlay {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.grid-item > .overlay::after {
	content: '';
	position: absolute;
	top: 9px;
	left: 9px;
	right: 9px;
	bottom: 9px;
	border: 1px solid #f34d4a;
}

.grid-item > .overlay > .content {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	padding: 15px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	z-index: 2;
}

.grid-item > .overlay > .content > .description {
	color: #57c654;
	font-size: 30px;
	text-transform: uppercase;
}

.grid-item > .overlay > .content > .likes {
	margin-top: 20px;
	color: #f34d4a;
}

.grid-item > .overlay > .content > .likes > a {
	display: inline-block;
	margin-right: 6px;
	vertical-align: middle;
}

.grid-item > img {
	display: block;
	width: 100%;
	-moz-transition: -moz-transform 0.3s ease-in-out;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;

}

.grid-item:hover img {
	-ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari */
    transform: scale(1.2);
}

.grid-item.-width2 {
	width: 20%;
}

.grid-item.-width3 {
	width: 30%;
}

.grid-item.-width4 {
	width: 40%;
}

.grid-item.-width5 {
	width: 50%;
}

/**********************
ABOUT US SECTION
***********************/

#about {
	min-height: 950px;
	background-color: #324651;
	background: url(../img/about_us_bg.jpg) center no-repeat;
	background-size: cover;
}

#about .title-content {
	color: #ffffff;
	font-size: 18px;
}

/**********************
SKILLS SECTION
***********************/

#skills {
	background: #f7f7f7;
}

#skills .progress {
	background: #56c553;
	background: -moz-linear-gradient(left, #56c553 0%, #f85252 100%);
	background: -webkit-linear-gradient(left, #56c553 0%,#f85252 100%);
	background: linear-gradient(to right, #56c553 0%,#f85252 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56c553', endColorstr='#f85252',GradientType=1 );

	height: 7px;
	border-radius: 7px;
	margin-top: 15px;
	margin-bottom: 0;
	overflow: visible;
}

#skills .progress > .progress-bar {
	position: relative;
	background-color: transparent;
}

#skills .progress > .progress-bar:before {
	content: ' ';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 15px;
	background: #434343;
}

#skills .progress > .overlay {
	float: left;
	height: 7px;
	background: rgba(255, 255, 255, 0.5);
}


.skills-container {
	padding: 120px 0;
}

.skills-container > .skill {
	position: relative;
	margin-top: 60px;
	font-family: 'Montserrat', sans-serif;
}

.skills-container > .skill:first-of-type {
	margin-top: 0;
}

.skills-container > .skill > .name {
	text-transform: uppercase;
	color: #55565b;
}

.skills-container > .skill > .percent {
	position: absolute;
	bottom: 22px;
	-webkit-transform: translateX(-30%);
	-ms-transform: translateX(-30%);
	transform: translateX(-30%);
	font-size: 20px;
	color: #444444;
}

/**********************
CONTACT US SECTION
***********************/

#contact {
	padding: 115px 0;
	background: #1a1a1a;
	color: #55565b;
}

#contact .subscribe-form #Email {
	box-sizing: border-box;
	width: 100%;
	padding: 9px;
	background: transparent;
	color: #999999;
	border: 1px solid #55565b;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 1;

	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#contact .subscribe-form #Email:focus,
#contact .subscribe-form #Email:active {
	outline: none;
	border: 1px solid #999999;
}

#contact .subscribe-form #Email::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #55565b;
}
#contact .subscribe-form #Email::-moz-placeholder { /* Firefox 19+ */
  color: #55565b;
}
#contact .subscribe-form #Email:-ms-input-placeholder { /* IE 10+ */
  color: #55565b;
}
#contact .subscribe-form #Email:-moz-placeholder { /* Firefox 18- */
  color: #55565b;
}

/****** Contact Info *****/

#contact .row.contact-holder {
	margin-top: 80px;
}

.contact-info {
	display: inline-block;
	margin: 0 auto;
	cursor: pointer;
}

.contact-info .icon {
	margin-right: 25px;
}

.contact-info .data {
	font-family: 'Montserrat', sans-serif;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.contact-info:hover .data {
	color: #999999;
}

/***** Social Info *****/

#contact .row.social-holder {
	margin-top: 80px;
}

.social-info {
	text-align: center;
}

.social-info > a {
	margin: 0 5px;
	padding: 14px;
	line-height: 40px;

	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);

	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-info > a:hover {
	background: #ffffff;
}

.social-info > a.-facebook:hover {
	background: #3b5998;
}

.social-info > a.-twitter:hover {
	background: #00b6f1;
}

.social-info > a.-dribbble:hover {
	background: #ea4c89;
}

.social-info > a.-googleplus:hover {
	background: #df4a32;
}

.social-info > a.-youtube:hover {
	background: #b31217;
}

.social-info > a > .ico,
.social-info > a:hover > .ico {
	color: #ffffff;
}

/**********************
FOOTER SECTION
***********************/

#footer {
	padding: 25px 0;
	background: #000000;
}

#footer .copyright {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}

/**********************
MODAL SECTION
***********************/

.modal-content {
	background: #1a1a1a;
	border-radius: 0;
}

.modal-header {
	border-bottom: none;
}

.modal-header > .modal-title {
	color: #57c654;
}

.modal-header > button.close {
	color: #57c654;
	opacity: 0.5;
	font-size: 25px;
	text-shadow: none;
}

.modal-header > button.close:hover {
	opacity: 0.8;
}

.modal-body {
	padding: 0;
}

.google-map {
	width: 100%;
	height: 450px;
}

/**********************
HELPER CLASSES
***********************/

.text-green {
	color: #57c654;
}

/**********************
RESPONSIVE
***********************/

@media only screen and (max-width: 1199px) {

	/**********************
	WORKS SECTION
	***********************/
	.grid-item > .overlay > .content > .description {
		font-size: 20px;
	}

}

@media only screen and (max-width: 991px) {

	/**********************
	NAVIGATION
	***********************/
	.navbar-default .navbar-nav>li>a {
		padding: 32px 15px 33px;
	}

	#main-navigation .navbar-form .search-input {
		width: 120px;
		margin-right: -120px;
	}

	#main-navigation .navbar-form input {
		width: 120px;
	}
	
	/**********************
	SERVICES SECTION
	***********************/
	#services .punchbox {
		padding: 90px 50px 70px;
		text-align: center;
	}

	/**********************
	WORKS SECTION
	***********************/
	.grid-item,
	.grid-item.-width2,
	.grid-item.-width3,
	.grid-item.-width4,
	.grid-item.-width5 {
		width: 50%;
	}

	/**********************
	CONTACT SECTION
	***********************/
	.row.contact-holder > div:last-of-type {
		margin-top: 40px;
	}

}

@media only screen and (max-width: 767px) {

	/**********************
	NAVIGATION
	***********************/
	.navbar-default .navbar-nav>li>a {
		padding: 15px 15px 15px 27px;
		text-align: center;
	}

	#main-navigation .navbar-form #btn-togglesearch {
		display: none;
	}

	#main-navigation .navbar-form #btn-submitsearch {
		display: inline-block;
	}

	#main-navigation .navbar-form .btn-search {
		width: 45px;
		height: 45px;
	}

	#main-navigation .navbar-form .search-input {
		width: 80%;
		width: calc(100% - 50px);
		margin-right: 0;
	}

	#main-navigation .navbar-form input {
		width: 100%;
		padding: 12px;
		border-right: none;
		-moz-transition: border-bottom 0.3s ease-in-out;
		-webkit-transition: border-bottom 0.3s ease-in-out;
		transition: border-bottom 0.3s ease-in-out;
	}

	#main-navigation .navbar-form input:focus,
	#main-navigation .navbar-form input:active {
		border-bottom: 1px solid #57c654;
	}
	
	/**********************
	SERVICES SECTION
	***********************/
	#services>.container>.row:last-of-type {
		margin-top: 0px;
	}

	#services>.container>.row>div {
		margin-top: 30px;
	}

	/**********************
	VIDEO SECTION
	***********************/
	#video-controls #video-timer {
		display: none;
	}

	/**********************
	ABOUT US SECTION
	***********************/

	#about .title-content p,
	#about .title-content .subtitle {
		font-size: 15px;
		text-shadow: 1px 1px 1px #161718;
	}

	/**********************
	CONTACT SECTION
	***********************/
	.subscribe-form .btn {
	    display: block;
	    margin: 40px auto 0;
	}

	.row.contact-holder > div {
		text-align: center;
	}
    
	.row.contact-holder > div:not(:first-of-type) {
		margin-top: 40px;
	}

	.contact-info .icon {
		display: block;
		margin: 0 auto;
	}

	.contact-info .data {
		display: block;
		margin: 20px auto 0;
		text-align: center;
	}

}

@media only screen and (max-width: 479px) {

	/**********************
	WORKS SECTION
	***********************/
	.grid-item,
	.grid-item.-width2,
	.grid-item.-width3,
	.grid-item.-width4,
	.grid-item.-width5 {
		width: 100%;
	}

	/**********************
	SKILLS SECTION
	***********************/
	.skills-container > .skill > .percent {
		font-size: 15px;
	}

}

.layout{ margin:50px auto 0 auto; width: 1160px;}
.l,.left,.fl{ float:left}
.r,.right,.fr{ float:right}
.loca{
	font-size: 14px;
	color: #666666;
	line-height: 70px;
}
.loca a{
	color: #666666;
	display: inline-block;
	vertical-align: top;
}
.loca em{
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	font-family:"宋体";
	font-style:normal
}
.main{
	padding-bottom: 25px;
}
.rightall{
	width: 280px;
	float: right;
}
.lnav{
	float: left;
	width: 258px;
}
.navlist{
	margin-top:10px
}
.navlist li{
	line-height: 40px;
}
.navlist li a{
	display: block;
	padding: 0 10px 0 27px;
	font-size: 15px;
	color: #666666;
	font-weight:bold;
	border-bottom:#E0E0E0 1px solid
}
.navlist li i{
	display: block;
	padding-right: 20px;
	background: url(../images/arw4.png) right center no-repeat;
	font-style:normal
}
.navlist li.on a,
.navlist li:hover a{
	padding-left: 27px;
	color: #FFF;
	background:url(../images/on.jpg) no-repeat
}
.navlist li.on i,
.navlist li:hover i{
	background-image: url(../images/arw5.png);
}
.lnav .ggpicl{
	width: 100%;
	height: 366px;
	margin-top: 40px;
}
.brand{
	float: right;
	width: 870px;
}
.brand p{
	/*font-size: 14px;
	color: #333333;
	text-indent: 2em;
	line-height: 28px;*/
}
.brand .pic{
	text-align: center;
	padding: 30px 0;
}
.brand .pic img{
	width: auto;
	max-width: 100%;
}
.left_top{ background:url(../images/lefttop.jpg) no-repeat top center; height:124px}
.left_top h2{ font-size:26px; font-weight:600; color:#E5322D; margin-left:40px; padding-top:35px}
.left_top h3{ color:#D4D4D4; font-size:20px; margin-top:8px; margin-left:40px}
.pich{ width:258px; height:342px; background:url(../images/leftbot.jpg) no-repeat top center}
.page a{
	font-size: 14px;
	float: left;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	border: 1px #e2e2e2 solid;
	color: #333333;
	margin-left: 5px;
}
.page a:hover,
.page a.on{
	background: #DD1C1F;
	border-color: #DD1C1F;
	color: #FFFFFF;
}
.dis .next{width: 58px}
.dis .prev{width: 58px}

/*新闻列表*/
#main_left ul {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 870px;
}
#main_left ul li {
    float: left;
    padding-bottom: 20px;
    width: 863px;
	border-bottom:#CCC 1px dotted;
	margin-top:20px;
}
#main_left ul li:first-child{ margin-top:0}
#main_left ul li h4 {
    color: #666666;
    float: left;
    font-size: 16px;
    margin: 0 0 10px 0;
    padding: 0;
    width:620px;
	text-align:left;
}
#main_left ul li h4 a {
    color: #000000;
    text-decoration: none;
}
#main_left ul li h4 a:hover {
    color: #D16C15;
    text-decoration: underline;
}
#main_left ul li h4 span {
    float: right;
    font-size: 14px;
    text-decoration: none;
}
#main_left .pic_news {
    float: left;
    margin-right: 20px;
}

#main_left .pic_news:hover {box-shadow: 2px 2px 5px 2px #ccc;transform: scale(1.01) translateY(-5px);-webkit-transform: scale(1.01) translateY(-5px);-moz-transform: scale(1.01) translateY(-5px);-ms-transform: scale(1.01) translateY(-5px);-o-transform: scale(1.01) translateY(-5px);transition: all .3s ease-in;-moz-transition: all .3s ease-in;-transition: all .3s ease-in;-o-transition: all .3s ease-in;-webkit-transition: all .3s ease-in;}
#main_left .pic_news:hover img{opacity:0.8;transition:all .4s ease;}
#main_left .txt {
    color: #666666;
    float: left;
	text-align:left;
    font-size: 14px;
    line-height: 22px;
    width: 620px;
}
#main_left .txt span{
	padding-left:20px;
}
#main_left .txt a {
    color: #DC1C1F;
    font-size: 14px;
	line-height:30px;
    text-decoration: none;
	margin-top:20px
}
#main_left .txt a:hover {
    color: #FF6600;
    text-decoration: none;
}

/********************************/
/*header*/
.m{width:1160px; margin:auto;}
.Header2{position:relative; padding-top:4px; background:url(../images/header_border.gif) repeat-x left top;}
.HBox{height:123px;position:relative;}
.HBox .logo{display:block; width:310px;  height:56px; position:absolute; top:50px; left:0px;background:url(../images/logo.png) no-repeat center center;}
.HBox .BarDiv{height:30px; line-height:33px;position:absolute; top:25px;right:0px; padding-right:186px;}
.HBox .BarDiv a:active{color:#525252;}
.HBox .BarDiv .language{margin:auto 10px; font-family:'微软雅黑'; font-size:12px;}
.HBox .BarDiv .searchBar{width:174px; height:25px; position:absolute; top:2px; right:0px; background:url(../images/searchBg.gif) no-repeat center center;}
.HBox .BarDiv .searchBar input{border:0 none; padding:0px; position:absolute; top:1px; height:23px; line-height:23px;background:none;}
.HBox .BarDiv .searchBar input.txt{width:130px; padding:0px 5px; color:#b3b2b2; left:1px;}
.HBox .BarDiv .searchBar input.submit{width:29px; right:1px; cursor:pointer; }
/*Menu*/
.Menu{height:36px; position:absolute; right:-26px; bottom:15px; }
.Menu ul li{float:left; padding:0px 26px; height:36px;}
.Menu ul li a.t{display:inline-block; height:36px; line-height:36px; color:#2b2b2b; font-size:14px; font-weight:bold}
.Menu ul li a.t:hover,.Menu ul li.current a.t{ color:#e60416;}

.container2 {
    width: 1160px;
    min-width: 1160px;
    margin: 0 auto;
	clear:both;
}
.m_top {
    margin-top:20px
}
/*****************/
.case-show {
    width: 1176px
}

.case-show img {
    display: block;
    margin: 0 auto
}

.case-show .item {
    margin: 0 16px 16px 0;
    position: relative;
    float: left;
    width: 278px;
    height: 300px
}
.case-show .item p{ 
    text-align:center;
	height:40px;
	line-height:40px;
	margin:0;
	background:#D8D8D8;
	color:#333
	}
.case-show .item:hover p{
	background:#DC1C1F;
	color:#FFF
	}	
.case-show a {
    position: absolute;
    z-index:  101;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    top: 0;
    color: #fff;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    font-size: 16px;
    background: url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWNgYGBgAAAABQABh6FO1AAAAABJRU5ErkJggg==)
}

.case-show a:hover {
    /*background: #000;*/
    /*opacity: .6;*/
    filter: alpha(opacity=60)
}

.case-show a span {
    font-weight: 700;
    font-size: 22px;
    margin-top: 100px;
    display: block
}

.case-show .svg {
    width: 90%;
    height: 73%;
    position: absolute;
    top: 5%;
    left: 5%;
    overflow: hidden;
    z-index: 100
}

.case-show .svg span {
    position: absolute;
    background: #fff;
    opacity: .5;
    filter: alpha(opacity=50);
    transition: all ease .3s;
    -webkit-transition: all ease .3s
}

.case-show .svg .left {
    width: 1px;
    height: 100%;
    left: 0;
    top: 0
}

.case-show .svg .right {
    width: 1px;
    height: 100%;
    right: 0;
    bottom: 0
}

.case-show .svg .top {
    width: 100%;
    height: 1px;
    left: 0;
    top: 0
}

.case-show .svg .bottom {
    width: 100%;
    height: 1px;
    right: 0;
    bottom: 0
}

.case-show .item:hover .left, .case-show .item:hover .right {
    height: 15px
}

.case-show .item:hover .bottom, .case-show .item:hover .top {
    width: 15px
}

.case-list {
    background: #f8f8f8;
    height: 120px;
    padding: 15px 0
}

.case-list a {
    display: block;
    text-align: center
}

.case-list img {
    display: block;
    width: 89px;
    height: 89px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 50%;
    transition: all ease .3s;
    -webkit-transition: all ease .2s
}

.case-list .col {
    float: left;
    width: 150px
}

.case-list a:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2)
}

.case-more {
    display: block;
    width: 225px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    border:solid 1px #e0e0e0;
    margin: 25px auto 0
}

.case-more:hover {
    color: #ff343e;
    border-color: #ff343e
}
/*******************/
#content {
    min-height: 200px;
    height: auto;
    position: relative;
    width:1160px;
	margin:0 auto;
    font-size: 15px !important;
    line-height: 1.5em !important;
}
/* Tabs */
#wrapper_tab{
	clear: both;
	margin: 35px 0 40px 0;
}
#wrapper_tab a.tab_link{
	background: #f9f9f9;
	border: 1px solid #e0e0e0;
	border-radius: 1px 1px 0 0;
	-moz-border-radius: 1px 1px 0 0;
	-khtml-border-radius: 1px 1px 0 0;
	behavior: url(PIE.htc);
	color: #777;
	display: block;
	float: left;
	font:normal 16px/34px "微软雅黑", "Helvetica Neue", Helvetica, Arial, Arial, Verdana, sans-serif;
	height: 34px;
	margin: 2px 5px 0 0;
	padding: 0 24px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 1;
	outline:none
}
#wrapper_tab a.tab_link:hover{
	background: #efefef;
}
#wrapper_tab.tab1 a.tab1,
#wrapper_tab.tab2 a.tab2,
#wrapper_tab.tab3 a.tab3{
	background: #fff;
	border: 2px solid #D8D8D8;
	border-bottom: 0 none;
	border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	-khtml-border-radius: 2px 2px 0 0;
	behavior: url(PIE.htc);
	color: #222222;
	cursor: default;
	font:bold 16px/36px "微软雅黑", "Helvetica Neue", Helvetica, Arial, Arial, Verdana, sans-serif;
	height: 36px;
	margin: 0 4px 0 0;
	position: relative;
	text-decoration: none;
	z-index: 3;
}
#wrapper_tab div.tab_body {
	display:none;
	color:#222222;
	font:14px/26px "微软雅黑", "Helvetica Neue", Helvetica, Arial, Arial, Verdana, sans-serif;
	}
#wrapper_tab div.tab_body div
{
	
	color:#222222;
	font:14px/26px "微软雅黑", "Helvetica Neue", Helvetica, Arial, Arial, Verdana, sans-serif;
	}
#wrapper_tab div.tab_body td
{
	
	color:#222222;
	font:14px/26px "微软雅黑", "Helvetica Neue", Helvetica, Arial, Arial, Verdana, sans-serif;
	}
#wrapper_tab div.tab_body p
{
	
	color:#222222;
	font:14px/26px "微软雅黑", "Helvetica Neue", Helvetica, Arial, Arial, Verdana, sans-serif;
	}		
#wrapper_tab.tab1 div.tab1,
#wrapper_tab.tab2 div.tab2,
#wrapper_tab.tab3 div.tab3{
	border-top: 1px solid #D8D8D8;
	display:block;
	margin: -1px 0 0 0;
	padding: 34px 0 0 0;
	position: relative;
	z-index: 2;
}
/*****在线下单************************/
.bootstrap-frm {
margin-left:auto;
margin-right:auto;
max-width: 850px;
background: #FFF;
padding: 20px 0px 0px 0px;
font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #888;
/*text-shadow: 1px 1px 1px #FFF;
border:1px solid #DDD;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;*/
}
.bootstrap-frm h1 {
font: 25px "Helvetica Neue", Helvetica, Arial, sans-serif;
padding: 0px 0px 10px 40px;
display: block;
border-bottom: 1px solid #DADADA;
margin: -10px -30px 30px -30px;
color: #888;
}
.bootstrap-frm h1>span {
display: block;
font-size: 11px;
}
.bootstrap-frm label {
display: block;
width:50%;
float:left;
margin: 0px 0px 5px;
}
.bootstrap-frm label>span {
float: left;
width: 20%;
text-align: right;
padding-right: 10px;
margin-top: 10px;
color: #333;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
}
.bootstrap-frm input[type="text"], .bootstrap-frm input[type="email"], .bootstrap-frm textarea, .bootstrap-frm select{
border: 1px solid #CCC;
font-family:'微软雅黑';
color: #4e4e4e;
height: 30px;
line-height:25px;
margin-bottom: 16px;
margin-right: 6px;
margin-top: 2px;
outline: 0 none;
padding: 5px 0px 5px 5px;
width: 95%;
border-radius:1px;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
/*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
}
.bootstrap-frm select {
background: #FFF url('down-arrow.png') no-repeat right;
background: #FFF url('down-arrow.png') no-repeat right;
appearance:none;
-webkit-appearance:none;
-moz-appearance: none;
text-indent: 0.01px;
text-overflow: '';
width: 70%;
height: 35px;
line-height:15px;
}
.bootstrap-frm textarea{
height:200px;
padding: 5px 0px 0px 5px;
width: 70%;
}
.bootstrap-frm .button {
background: #039A31;
border: 1px solid #007825;
padding: 10px 25px 10px 25px;
color: #FFF;
border-radius:1px;
font-family:'微软雅黑';
}
.bootstrap-frm .button:hover {
color: #333;
background-color: #EBEBEB;
border-color: #ADADAD;
cursor:pointer
}
.imgteaser{overflow:auto;float: left;position: relative;width:265px;height:220px; margin:0 23px 30px 0; text-align:center;border:#ccc 1px solid}
.clst{ margin-right:0}
.imgteaser a{text-decoration: none;float: left;  height:180px}
.imgteaser a:hover{cursor:pointer}
.imgteaser a img{float:left;border: none;width:265px;height:180px;}
.imgteaser a:hover img{opacity:0.8;transition:all .4s ease;}
.CC{ clear:both;background:#f0f0f0; width:100%; height:40px; line-height:40px}

.imgteaser a:hover .CC{ background:#666;color:#FFF;line-height:40px;}
.imgteaser:hover{border:#666 1px solid}


a.cgrey{ color:#888888; font-size:13px}
a.cgrey:hover{ color:#FFF}
.wrapbg{ background:url(../images/bodybg.jpg) no-repeat top center #FFF; width:100%; overflow:auto; height:auto; min-height:500px}
.BgColorGray{ background:url(../images/d.gif) repeat-x bottom #f0f0f0;}
.BgColorWhite{ background:url(../images/d.gif) repeat-x bottom #FFF}

/*首页菜单下拉*/
.SubMenu{background-color:white; height:200px; padding:15px 0px; width:100%;  border-top:4px solid #cfcfcf; position:absolute; left:0px; top:127px; z-index:999; display:none;}
.SubMenu .dot{ position:absolute; top:-4px; left:0px; height:4px; width:97px; background-color:#E60416; overflow:hidden;}
.SubMenu .productKind{overflow:hidden; height:255px;}
.SubMenu .productKind ul{overflow:hidden;padding-left:5px;text-align:center; padding-top:20px}
.SubMenu .productKind ul li{/*float:left; */height:272px; border-left:1px dotted #d1d1d1; padding:0px 10px; width:170px;overflow:hidden; display:inline-block;}
.SubMenu .productKind ul li.first{border-left-width:0px;}
.SubMenu .productKind ul li .pic{display:block; height:115px;text-align:center; overflow:hidden;}
.SubMenu .productKind ul li .pic img{display:block;margin:auto;}
.SubMenu .productKind ul li dl{overflow:hidden;margin:auto; line-height:22px; padding-left:0px;}
.SubMenu .productKind ul li dl dt{font-size:14px;color:black; padding:2px 0px;}
.SubMenu .productKind ul li dl dt a{font-size:14px;color:black;}
/***********/
.panel-heading { margin-left:5px;padding:5px 20px; margin-top:5px;background:none; }
.navbar-inner .collapse{display:block;}
.panel-group .panel{border:none;background:#F6F6F6;}
.nosel{background:url(../images/typical_17.jpg) no-repeat;}
.sel{background:url(../images/typical_05.jpg) no-repeat;}
.panel-title a{color:#fff;font-weight:400;}
.accordion-toggle{font-weight:400;}
.panel-title a { width:100%; display:block }
.panel-heading a:hover { text-decoration:none}
/* FAQ ------------------------------------------------------------------------------- */
.faq .question{margin-bottom:15px;overflow:hidden;position:relative;background:rgba(160,160,160,.12)}
.faq .question:before{content:"";width:60px;height:100%;border-width:0 1px 0 0;border-style:solid;border-color:rgba(0,0,0,.0);position:absolute;left:0;top:0;z-index:1}
.faq .question:after{content:"";width:60px;height:100%;background:rgba(0,0,0,.0);position:absolute;left:0;top:0;z-index:1}
.faq .question:last-child{margin-bottom:0}
.faq .question .title2{padding:9px 40px 9px 60px;font-size:15px;position:relative;cursor:pointer;z-index:2; color:#4e4e4e; font-weight:bold; letter-spacing:1px; background:url(../images/typical_17.jpg) no-repeat;}
.faq .question .title2 > .acc-icon-plus,.faq .question .title2 > .acc-icon-minus{font-size:26px;line-height:100%;display:block;position:absolute;right:15px;top:10px;width:85px;height:20px;text-align:center;color:#4e4e4e; font-style:normal}
.faq .question .title2 > .acc-icon-plus:before,.faq .question .title2 > .acc-icon-minus:before{margin:0!important}
.faq .question .title2 > .acc-icon-plus{display:block}
.faq .question .title2 > .acc-icon-minus{display:none}
.faq .question .title2 .num{font-weight:700;position:absolute;left:27px;top:10px;font-weight:bold}
.faq .question .answer{padding:20px 20px 20px 20px;overflow:hidden;display:none;}
.faq .question.active .title2 > .acc-icon-plus{display:none}
.faq .question.active .title2 > .acc-icon-minus{display:block}
.faq .question.active p:last-child{margin-bottom:0}

.wpb_wrapper .faq{margin-bottom:5px}
.wpb_wrapper .faq .question .title.wpb_toggle{background-position:23px}
.wpb_wrapper .faq .question .answer.wpb_toggle_content{margin:0}
.wpb_wrapper .faq .question .last_toggle_el_margin{margin-bottom:0}
.wpb_wrapper .faq .question .title > .acc-icon-plus,.wpb_wrapper .faq .question .title > .acc-icon-minus{left:20px;right:auto;color:rgba(0,0,0,.5)}

.table {
	width: 100%;
	margin-bottom: 20px
}

.table th,.table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table th {
	font-weight: bold
}

.table thead th {
	vertical-align: bottom
}

.table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td {
	border-top: 0
}

.table tbody+tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #fff
}

.table-condensed th,.table-condensed td {
	padding: 4px 5px
}
.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	*border-collapse: collapse;
	/*border-left: 0;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.table-bordered th,.table-bordered td {
	border-left: 1px solid #ddd
}

.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td {
	border-top: 0
}

.table-bordered thead:first-child tr:first-child>th:first-child,.table-bordered tbody:first-child tr:first-child>td:first-child,.table-bordered tbody:first-child tr:first-child>th:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px
}

.table-bordered thead:first-child tr:first-child>th:last-child,.table-bordered tbody:first-child tr:first-child>td:last-child,.table-bordered tbody:first-child tr:first-child>th:last-child {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px
}

.table-bordered thead:last-child tr:last-child>th:first-child,.table-bordered tbody:last-child tr:last-child>td:first-child,.table-bordered tbody:last-child tr:last-child>th:first-child,.table-bordered tfoot:last-child tr:last-child>td:first-child,.table-bordered tfoot:last-child tr:last-child>th:first-child {
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px
}

.table-bordered thead:last-child tr:last-child>th:last-child,.table-bordered tbody:last-child tr:last-child>td:last-child,.table-bordered tbody:last-child tr:last-child>th:last-child,.table-bordered tfoot:last-child tr:last-child>td:last-child,.table-bordered tfoot:last-child tr:last-child>th:last-child {
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px
}

.table-bordered tfoot+tbody:last-child tr:last-child td:first-child {
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0
}

.table-bordered tfoot+tbody:last-child tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0
}

.table-bordered caption+thead tr:first-child th:first-child,.table-bordered caption+tbody tr:first-child td:first-child,.table-bordered colgroup+thead tr:first-child th:first-child,.table-bordered colgroup+tbody tr:first-child td:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px
}

.table-bordered caption+thead tr:first-child th:last-child,.table-bordered caption+tbody tr:first-child td:last-child,.table-bordered colgroup+thead tr:first-child th:last-child,.table-bordered colgroup+tbody tr:first-child td:last-child {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px
}
.table td.span1,.table th.span1 {
	float: none;
	width: 44px;
	margin-left: 0
}
.table { width:100%; text-align:center; vertical-align:middle;box-shadow:0px 3px 0px #d1dcdb; background:#FFF}
.table thead { background:#96f062; }
.table thead tr th {height:37px; vertical-align:middle; text-align:center;}
.table thead tr th:first-child { width:26.9%}
.table thead tr th:last-child { width:34.4%;}
.table .tab_subhead {background:#eeeeee; font-size:15px; color:#444444; text-align:left;}
.table tr td { vertical-align:middle; text-align:center; font-size:14px}

a.sbtn{background:#D6741B; color:#FFF; font-size:12px; padding:4px;border-radius:3px;}
a:hover.sbtn{background:#DA1C1E;}